Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tests for ActiveRecord 3.0, 3.1, 3.2, 4.0 via Appraisal #25

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

fny
Copy link

@fny fny commented Nov 1, 2013

This branch reorganizes the test suite to allow for simpler testing of multiple Rails versions. Note all tests are passing for Ruby 1.9.3 and 2.0.0. Other adjustments include sharing the same test suite for all ActiveRecord versions and removes the Rails dependency from the test suite.

@fny
Copy link
Author

fny commented Nov 1, 2013

Also note that Travis CI configurations have been added too! 😄

@kritik
Copy link
Member

kritik commented Nov 1, 2013

Why did you put dependency jewel.add_development_dependency "sqlite3" ? By rails we can have postgresql.

@fny
Copy link
Author

fny commented Nov 1, 2013

It's a development dependency for the test suite which has always required sqlite3.

@pusewicz
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants